home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2000 February / Macworld (2000-02).dmg / Shareware World / Comms & Internet / Flex-Able 1.0 / FADocs / password.able < prev    next >
Text File  |  1999-08-24  |  982b  |  34 lines

  1. <html>
  2.     <head>
  3.         <link rel=stylesheet type="text/css" HREF="fa.css">
  4.         <title>Flex-Able: Requesting Credentials</title>
  5.     </head>
  6. <body>
  7.  
  8. <DIV CLASS="topic">Requesting Credentials</DIV>
  9. <p><br>
  10. <p><br>
  11. <:ifempty env["REMOTE_PASSWORD"]>
  12.     <:request_credentials "Private Space">
  13.     You are not authorized to see this document.
  14. <:else>
  15.     <:ifequal env["QUERY_STRING"] "gibberish">
  16.     <:request_credentials "Private Space">    
  17.  
  18.     <h3>Access granted.</h3>
  19.     Username: "<:echo env["REMOTE_USER"]>"<br>
  20.     Password: "<:echo env["REMOTE_PASSWORD"]>" <P>
  21.     <:else>
  22.         <h3>Access granted.</h3>
  23.         Username: "<:echo env["REMOTE_USER"]>"<br>
  24.         Password: "<:echo env["REMOTE_PASSWORD"]>" <P>
  25.     <:/ifequal>
  26.     Reload <a href="password.able">password.able</a> (with browser stored username/password).<br>
  27.     Reload <a href="password.able?gibberish">password.able?gibberish </a>(with new request for username/password).
  28. <:/ifempty>
  29.  
  30. <hr>
  31. <A HREF="quickstart.html" CLASS="back">back to Quick Start</A> 
  32. </body>
  33. </html> 
  34.